home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / install2 / instkind.dfm / instkind.txt
Text File  |  1995-12-22  |  1KB  |  66 lines

  1. object dlgInstallType: TdlgInstallType
  2.   Left = 195
  3.   Top = 130
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Select Installation Type'
  7.   ClientHeight = 170
  8.   ClientWidth = 263
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 13
  16.   object OKBtn: TBitBtn
  17.     Left = 9
  18.     Top = 132
  19.     Width = 77
  20.     Height = 27
  21.     TabOrder = 0
  22.     OnClick = OKBtnClick
  23.     Kind = bkOK
  24.     Margin = 2
  25.     Spacing = -1
  26.     IsControl = True
  27.   end
  28.   object CancelBtn: TBitBtn
  29.     Left = 93
  30.     Top = 132
  31.     Width = 77
  32.     Height = 27
  33.     TabOrder = 1
  34.     OnClick = CancelBtnClick
  35.     Kind = bkCancel
  36.     Margin = 2
  37.     Spacing = -1
  38.     IsControl = True
  39.   end
  40.   object HelpBtn: TBitBtn
  41.     Left = 177
  42.     Top = 132
  43.     Width = 77
  44.     Height = 27
  45.     TabOrder = 2
  46.     OnClick = HelpBtnClick
  47.     Kind = bkHelp
  48.     Margin = 2
  49.     Spacing = -1
  50.     IsControl = True
  51.   end
  52.   object rgInstallType: TRadioGroup
  53.     Left = 39
  54.     Top = 8
  55.     Width = 185
  56.     Height = 105
  57.     Caption = 'Install Type'
  58.     ItemIndex = 2
  59.     Items.Strings = (
  60.       'Client Only'
  61.       'Server Only'
  62.       'Client/Server')
  63.     TabOrder = 3
  64.   end
  65. end
  66.